home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Xerox 4020 Color Ink Jet. ;
- ; ;
- ; (C) Copyright 1991 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Xerox 4020 Color Ink Jet"
- RESET = 27,13,80
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Clear Printer Buffer"
- DESC = "Clear all data from printer"
- "buffer."
- CODES = 24
-
- NAME = "Select Font"
- DESC = "Select font character generator."
- CODES = 27,70,0
- "Please select font by entering one"
- "of the following decimal values:"
- " "
- "Value Font"
- "----- ---------------------"
- " 0 #1"
- " 1 #2"
- " 2 #3"
- " 3 #4"
- " 4 #5"
- " 5 Downloaded characters"
- " 6 Old characters"
- " 7 Default font"
- " "
- "Example: Entering 2 selects font"
- "#3."
- 0
-
- NAME = "Select Color"
- DESC = "Selects character color and"
- "background color."
- CODES = 27,64,0
- "Please select character color by"
- "entering one of the following"
- "decimal values:"
- " "
- "0 = White 4 = Yellow"
- "1 = Black 5 = Green"
- "2 = Magenta 6 = Cyan"
- "3 = Red 7 = Violet"
- " "
- "Example: Entering 1 selects the"
- "default character color black."
- 0,0
- "Please select background color by"
- "entering one of the following"
- "decimal values:"
- " "
- "0 = White 4 = Yellow"
- "1 = Black 5 = Green"
- "2 = Magenta 6 = Cyan"
- "3 = Red 7 = Violet"
- " "
- "Example: Entering 0 selects the"
- "default background color white."
- 0
-
- NAME = "Select NLQ Print"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,119,97
-
- NAME = "Select Draft Quality Print"
- DESC = "Activate Draft Quality printing."
- "Use draft for printing drafts and"
- "other documents that you want to"
- "print quickly."
- CODES = 27,119,98
-
- NAME = "Select International Character Set"
- DESC = "Select the international character"
- "set to be used."
- CODES = 27,119,0
- "Please select character set by"
- "entering one of the following"
- "decimal values:"
- " "
- "1 = Default character set"
- "2 = ISO 6937"
- "3 = US ANSI X3.4"
- "4 = UK BS 4730"
- "5 = Swedish SIS"
- "6 = French NF Z"
- "7 = German DIN"
- "8 = Dutch NEN"
- "9 = Italian UNI"
- "10 = Spanish PNE"
- "11 = Norwegian"
- "12 = Danish DS"
- "13 = Finnish"
- "14 = Portuguese"
- "15 = FR. Canadian"
- " "
- "Example: Entering 8 selects the"
- "Dutch NEN character set."
- 0
-
- NAME = "Set Page Length"
- DESC = "Set the number of lines per page."
- CODES = 27,12,0
- "Please enter the number of lines"
- "per page in decimal:"
- " "
- "Range: 1 to 126."
- " "
- "Example: Entering 66 sets 66 lines"
- "per page."
- 0
-
- NAME = "Expanded ON"
- DESC = "Expand the print horizontally"
- "and/or vertically."
- CODES = 27,87,0
- "Please enter horizontal expansion"
- "factor in decimal."
- " "
- "Example: Entering 2 causes"
- "characters to be expanded"
- "horizontally twice."
- 0,0
- "Please enter vertical expansion"
- "factor in decimal."
- " "
- "Example: Entering 3 causes"
- "characters to be expanded"
- "vertically three times."
- 0
-
- NAME = "Expanded OFF"
- DESC = "Deactivate expanded print."
- CODES = 27,38
-
- NAME = "Compressed ON"
- DESC = "Activate compressed print."
- CODES = 27,87,48,48
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 27,38
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,116
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,115
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,117
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,115
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,69
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,82
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,92
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,47
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,108,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 254 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0,13
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,114,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0,13
-
-